home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 111 / PC Guia 111.iso / Software / Utils / Snap Folders 2005 / SnapFolders_2005_Setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-10-15  |  3.7 KB  |  59 lines

  1. ;InnoSetupVersion=4.2.5
  2. [Setup]
  3. AppName=SnapFolders 2005
  4. AppVerName=SnapFolders 2005
  5. AppId=SnapFolders 2005
  6. AppPublisher=Datakonsult Mats Hindhede
  7. AppPublisherURL=http://www.proffs.nu/snap.htm
  8. AppSupportURL=http://www.proffs.nu/snap.htm
  9. AppUpdatesURL=http://www.proffs.nu/snap.htm
  10. DefaultDirName={pf}\SnapFolders 2005
  11. DefaultGroupName=SnapFolders 2005
  12. OutputBaseFilename=SnapFolders_2005_Setup
  13. Compression=lzma
  14. LicenseFile=embedded\License.txt
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\SnapFolders2005.exe"; DestDir: "{app}"; MinVersion: 4.1.2222,5.0; Flags: ignoreversion 
  19. Source: "{app}\SDS2005.exe"; DestDir: "{app}"; MinVersion: 4.1.2222,5.0; Flags: ignoreversion 
  20. Source: "{app}\snap.chm"; DestDir: "{app}"; MinVersion: 4.1.2222,5.0; Flags: ignoreversion 
  21. Source: "{app}\Readme.txt"; DestDir: "{app}"; MinVersion: 4.1.2222,5.0; Flags: ignoreversion 
  22. Source: "{app}\SnapFolders Home Page.url"; DestDir: "{app}"; MinVersion: 4.1.2222,5.0; Flags: ignoreversion 
  23. Source: "{sys}\msvbvm60.dll"; DestDir: "{sys}"; MinVersion: 4.1.2222,5.0; Flags: uninsneveruninstall onlyifdoesntexist 
  24. [Registry]
  25. Root: HKCU; Subkey: "Software\Mats Hindhede"; MinVersion: 4.1.2222,5.0; Flags: uninsdeletekeyifempty 
  26. Root: HKCU; Subkey: "Software\Mats Hindhede\SnapFolders 2005"; MinVersion: 4.1.2222,5.0; Flags: uninsdeletekey 
  27. Root: HKCR; Subkey: "Folder\shell\Let SnapFolders create a shortcut"; MinVersion: 4.1.2222,5.0; Flags: uninsdeletekey 
  28. Root: HKCR; Subkey: "Folder\shell\Let SnapFolders create a shortcut\command"; ValueType: String; ValueData: """{app}\SnapFolders2005.exe"" %L"; MinVersion: 4.1.2222,5.0; 
  29. [Run]
  30. Filename: "{app}\SDS2005.exe"; Description: "Check SnapFolders 2005 Default Settings"; MinVersion: 4.1.2222,5.0; Flags: postinstall nowait
  31. [Icons]
  32. Name: "{group}\SnapFolders 2005"; Filename: "{app}\SnapFolders2005.exe"; MinVersion: 4.1.2222,5.0; 
  33. Name: "{group}\SnapFolders 2005 Default Settings"; Filename: "{app}\SDS2005.exe"; MinVersion: 4.1.2222,5.0; 
  34. Name: "{group}\SnapFolders 2005 Help"; Filename: "{app}\snap.chm"; MinVersion: 4.1.2222,5.0; 
  35. Name: "{group}\SnapFolders 2005 Read me"; Filename: "{app}\Readme.txt"; MinVersion: 4.1.2222,5.0; 
  36. Name: "{group}\SnapFolders Home Page"; Filename: "{app}\SnapFolders Home Page.url"; MinVersion: 4.1.2222,5.0; 
  37. Name: "{group}\Uninstall SnapFolders 2005"; Filename: "{uninstallexe}"; MinVersion: 4.1.2222,5.0; 
  38. Name: "{userdesktop}\SnapFolders 2005"; Filename: "{app}\SnapFolders2005.exe"; Tasks: desktopicon; MinVersion: 4.1.2222,5.0; 
  39. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\SnapFolders 2005"; Filename: "{app}\SnapFolders2005.exe"; Tasks: quicklaunchicon; MinVersion: 4.1.2222,5.0; 
  40. [Tasks]
  41. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; MinVersion: 4.1.2222,5.0; 
  42. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; MinVersion: 4.1.2222,5.0; 
  43. [UninstallDelete]
  44. Type: dirifempty; Name: "{app}"; 
  45. [CustomMessages]
  46. default.NameAndVersion=%1 version %2
  47. default.AdditionalIcons=Additional icons:
  48. default.CreateDesktopIcon=Create a &desktop icon
  49. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  50. default.ProgramOnTheWeb=%1 on the Web
  51. default.UninstallProgram=Uninstall %1
  52. default.LaunchProgram=Launch %1
  53. default.AssocFileExtension=&Associate %1 with the %2 file extension
  54. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  55. [Languages]
  56. ; These files are stubs
  57. ; To achieve better results after recompilation, use the real language files
  58. Name: "default"; MessagesFile: "embedded\default.isl"; 
  59.